home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / General / Kamprath's CDEF Pack ƒ / CDEF Sampler Program ƒ / samplerControls.h < prev    next >
Text File  |  1994-05-21  |  706b  |  24 lines

  1. #define        kTimeVariation        0
  2.     #define        kHourItem            2
  3.     #define        kMinItem            4
  4.     #define        kArrowButtonUp        8
  5.     #define        kArrowButtonDown    16
  6.     #define        kAMPMItem            32
  7.     
  8. #define        kDateVariation        1
  9.     #define        kMonthItem            2
  10.     #define        kDateItem            4
  11.     #define        kYearItem            32
  12.     #define        kDayOfWeekItem        64
  13.  
  14.  
  15.  
  16. void          SetUpWindowCntls( void );
  17. pascal void TimeCDEFAction( ControlHandle ch, short part);
  18. pascal void DateCDEFAction( ControlHandle ch, short part);
  19. void        HandleTimeCDEFClick(Point    where);
  20. void        HandleDateCDEFClick(Point    where);
  21. void         HandleTimeCDEFPart( ControlHandle ch, short part);
  22. void         HandleDateCDEFPart( ControlHandle ch, short part);
  23. pascal void NumCDEFProc(ControlHandle theControl, short theCode);
  24.